Skip to content
Back to search
30
MCP

SymPy Calculator

pulsemcp/sympy calculator

Provides symbolic mathematics capabilities through a Python-based server that leverages SymPy for complex calculations, equation solving, and mathematical manipulation.

Uptime
0.0%
12 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

SymPy
Symbolic mathematics via SymPy covering algebra, calculus, equation solving, and number theory.
0 tools
io.github.daedalus/mcp-sympy
MCP server that exposes SymPy's symbolic mathematics functionality
0 tools
Fermat (Mathematical Computing)
Provides mathematical computation and plotting capabilities through matplotlib for data visualization, NumPy for numerical operations, and S
0 tools
Calculator by cyanheads
Evaluate, simplify, and differentiate math expressions with configurable precision and variable scoping.
0 tools
Math Solver AI
Python MCP server for mathematical problem solving and computation.
0 tools
NumPy
Exposes NumPy array operations, mathematical functions, linear algebra, and statistical methods as callable tools.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "sympy_calculator": {
      "url": "None",
      "transport": "http"
    }
  }
}